home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 8003 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: news.ultranet.com!usenet
  2. From: "Albert P. Belle Isle" <belleisl@cerberus-sys.com>
  3. Newsgroups: alt.winsock.trumpet,alt.winsock,comp.dcom.modems
  4. Subject: Re: Not your usual MTU/MSS question
  5. Date: Fri, 15 Mar 1996 11:40:33 -0500
  6. Organization: Cerberus Systems, Inc.
  7. Message-ID: <31499D81.6FB3@cerberus-sys.com>
  8. References: <4i6qdh$hng@ari.ari.net>
  9. NNTP-Posting-Host: apb-p5-90.cerberus-sys.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (Win16; I)
  14.  
  15. Mike Grimes wrote:
  16. > I think I have a fairly good understanding of the relationship between
  17. > MTU, MSS, & RWIN. When I run a TCP trace I see a series of 15 MSS size
  18. > data segments followed by a single 152 byte data segment.  This
  19. > pattern is repeated many times during a download.
  20. > My current setting is: MTU=1500/MSS=536/RWIN=2680. Now if I multiply
  21. > 536 times 15 and add the 152 byte segment I get 8192 bytes (8K) of
  22. > data for the repeated pattern. What I want to know is why is this so?
  23. > I notice in the trumpwsk.ini there is a setting of 8192 given to two
  24. > items: slip-rcvbuf & slip-sndbuf. Changing these two items does not
  25. > affect the pattern.
  26. > Following is the TCP trace in question:
  27. > ---------------------------------- snip ------------------------------
  28. > Mike Grimes
  29.  
  30.  
  31. Mike:
  32.  
  33. I believe that what you're seeing is the result of a relayed TCP transfer.
  34.  
  35. (There's a control flag in the TCP header that can be set by the sender to ensure that 
  36. intermediary TCP relay servers don't hold segments for forwarding as a block, but pass 
  37. each one through as it arrives.)
  38.  
  39. The relaying server could be a proxy at your ISP's network, if you have one designated 
  40. in your Netscape options, or it could be a firewall at the network on which the sending 
  41. TCP server resides, and through which his traffic must pass.
  42.  
  43. There's a movie site from which I occasionally download that shows exactly the same TCP 
  44. trace on my machine. (I don't use proxies.)
  45.  
  46. Regards,
  47.  
  48. Al
  49.  
  50. -- 
  51. ==================================================================
  52. Albert P. Belle Isle
  53. Cerberus Systems, Inc.
  54.  
  55. Al's Winsock Tuning FAQ -
  56.        http://www.cerberus-sys.com/~belleisl/mtu_mss_rwin.html
  57. ==================================================================
  58.